home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ontopocx / readme.txt < prev   
Encoding:
Text File  |  1998-11-22  |  1.3 KB  |  42 lines

  1. ----------------------------------------------------
  2. OnTopOCX - Visual Basic Foreground Window OCX
  3. Copyright - CMeProducts 1998
  4. E-mail - inbox@cmeproducts.freeserve.co.uk
  5. web - http://www.cmeproducts.freeserve.co.uk
  6. ----------------------------------------------------
  7.  
  8. This product is FREEWARE that you can use freely with your own
  9. applications that you develop.
  10.  
  11. This control was created with Visual Basic 5 Service Pack 3
  12. Requires: msvbvm50.dll (SP2)
  13.  
  14. HOW TO INSTALL
  15.  
  16. 1. Copy all the files in the OCX folder into your Windows\System folder
  17. 2. Click on the 'Start' button
  18.    Click on 'Run'
  19.    Type in: regsvr32 c:\windows\system\OnTopOCX.ocx
  20.     (Replace the above path with the correct one for your own
  21.     windows\system folder)
  22.  
  23. USAGE
  24.  
  25. This OCX, when placed on a form and called, will force whichever form
  26. you declare to become topmost of all visible windows. No need to delve
  27. into the API. One line of code is all that is needed. Only one instance
  28. of the control is needed in any given project.
  29.  
  30. SYNTAX
  31.  
  32. OnTopOCX.ForeGround(form-name)=True (or False)
  33.     'form-name' is the form you want to set to the foreground.
  34.  
  35.  
  36.  
  37. DISCLAIMER
  38.  
  39. OnTopOCX AND THE ACCOMPANYING FILES ARE DISTRIBUTED "AS IS" AND WITHOUT
  40. WARRANTIES AS TO PERFORMANCE OR MERCHANTABILITY. THE USER MUST ASSUME
  41. THE ENTIRE RISK OF USING OnTopOCX.
  42.